Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / Application-Defined Functions
/


MyFrameReorder

Reorders the frame. This is how you would define your frame reorder function if you were to name it MyFrameReorder:

void MyFrameReorder (
                     JMFrameRef frame, 
                     enum ReorderRequest theRequest);
frame
The frame to be reordered.
theRequest
The desired reordering. See "Frame Ordering Indicators" for a list of possible values.
DISCUSSION
When creating a frame you must designate a callback function to reorder the frame if necessary (for example, to bring it to the front or send it to the back). Note that you should not reorder frames such that a modal frame appears on top of a nonmodal one.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
10 DEC 1997